projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eba7ec
)
(Interactive Call): Use 3 as prefix in example for execute-extended-command.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 9 Jul 2006 02:07:25 +0000
(
02:07
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 9 Jul 2006 02:07:25 +0000
(
02:07
+0000)
lispref/commands.texi
patch
|
blob
|
history
diff --git
a/lispref/commands.texi
b/lispref/commands.texi
index c56ecf41faa409fce41c0ec6a5629a27d1e06fe7..c6f3fcf39b2f942a3c2f460e929df09f1501313b 100644
(file)
--- a/
lispref/commands.texi
+++ b/
lispref/commands.texi
@@
-627,9
+627,9
@@
part of the prompt.
@example
@group
-(execute-extended-command
1
)
+(execute-extended-command
3
)
---------- Buffer: Minibuffer ----------
-
1
M-x forward-word RET
+
3
M-x forward-word RET
---------- Buffer: Minibuffer ----------
@result{} t
@end group